path bar: Don't hide arrows
authorMatthias Clasen <mclasen@redhat.com>
Sun, 24 Jan 2016 21:29:40 +0000 (16:29 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 24 Jan 2016 21:29:40 +0000 (16:29 -0500)
commite8ad47498b13d5d2e09388d6853356debb593841
treeb7e7c1fae74363f2a22144e944a04a6f4ebd0324
parent761120a5e2841475150fd1f6c2456e5f1928bf83
path bar: Don't hide arrows

Changing the visibility of child widgets in size-allocate does
not work well with out current allocation and layout machinery.
To avoid the visual fallout, just keep the arrow buttons visible
and only change their sensitivity.

https://bugzilla.gnome.org/show_bug.cgi?id=754868
gtk/gtkpathbar.c